Simplify finding and matching replacements
authorJustin Burkett <justin@burkett.cc>
Mon, 25 Feb 2019 03:57:31 +0000 (22:57 -0500)
committerJustin Burkett <justin@burkett.cc>
Mon, 25 Feb 2019 03:57:31 +0000 (22:57 -0500)
commit3b184d6f0c78231f9e6c2ed95c2e8d218ae56fb8
treee8f54a9cbae4e1fc5a8a59c956d64f4a238b80f7
parent2f5661646b771f6c5a00a8a9aaa3f183abd5f84d
Simplify finding and matching replacements

Don't try to grab all matching replacements ahead of time, because later ones
may not match if earlier ones make deletions.

Fixes #202
which-key.el